home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / fsize < prev    next >
Text File  |  2001-03-21  |  403b  |  19 lines

  1. Synopsis:
  2.    $fsize(<file>)
  3.  
  4. Technical:
  5.    This function attempts to determine the size of the given file.  Tilde-
  6.    expansion is permitted.
  7.  
  8. Practical:
  9.    This function is used to get the size of a file.  This can be useful
  10.    for seeing is a file exists, but has a zero length.
  11.  
  12. Returns:
  13.      -1   file does not exists, or no read access
  14.    > -1   size of file
  15.  
  16. See Also:
  17.    fexist(6)
  18.  
  19.